rsc.io/qr/gf256.Field.log (field)
11 uses
rsc.io/qr/gf256 (current package)
gf256.go#L12: log [256]byte // log[0] is unused
gf256.go#L35: f.log[x] = byte(i)
gf256.go#L38: f.log[0] = 255
gf256.go#L40: if f.log[f.exp[i]] != byte(i) {
gf256.go#L43: if f.log[f.exp[i+255]] != byte(i) {
gf256.go#L48: if f.exp[f.log[i]] != byte(i) {
gf256.go#L127: return int(f.log[x])
gf256.go#L136: return f.exp[255-f.log[x]]
gf256.go#L144: return f.exp[int(f.log[x])+int(f.log[y])]
gf256.go#L232: exp := f.exp[f.log[c]:]
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |